home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / SmallEiffel 0.3.3 / SmallEiffel 68k / lib_test / purify_yes.e < prev    next >
Encoding:
Text File  |  1996-06-13  |  111 b   |  12 lines  |  [TEXT/EDIT]

  1. class PURIFY_YES
  2.  
  3. creation create
  4.  
  5. feature
  6.    
  7.    create is do    end
  8.  
  9.    new_leaks is do end;
  10.  
  11. end -- PURIFY_YES
  12.